home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000229_news@columbia.edu_Tue Jun 27 17:28:58 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA04184
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 28 Jun 1995 03:46:53 -0400
  3. Received: by apakabar.cc.columbia.edu id AA10456
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 28 Jun 1995 03:46:51 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!news.mathworks.com!europa.chnt.gtegsc.com!news.sprintlink.net!noc.netcom.net!ix.netcom.com!netcom.com!helios
  7. From: helios@netcom.com (Thomas David Nichols)
  8. Subject: Re: SLIP dialing and connecting
  9. Message-Id: <heliosDAuDwA.8F0@netcom.com>
  10. Organization: Heliotrope Quality Systems
  11. X-Newsreader: TIN [version 1.2 PL2]
  12. References: <DAsrtC.5vM@midway.uchicago.edu>
  13. Date: Tue, 27 Jun 1995 17:28:58 GMT
  14. Lines: 24
  15. Sender: helios@netcom5.netcom.com
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Steven Schwartz (ses3@woodlawn.uchicago.edu) wrote:
  19. :     I've been trying to configure MS-DOS Kermit 3.14, the version before
  20. : this most recent update, to connect and support SLIP on our current system.
  21. : I'm using a USRobotics 28.8 modem, and getting some very strange results.
  22.  
  23. Perhaps you should show us what script is not working.  The following
  24. script works between MS-DOS and SunOS to log into a shell account.
  25.  
  26. if not def netpass askq netpass password:
  27. do unix                 ; in case params were changed
  28. set term color 0 37 44  ; white on blue
  29. set term char latin1    ; restore default after etrib
  30. set term type vt102
  31. set flow rts
  32. dial netcom
  33. if fail dial netcom2
  34. if fail end 1
  35. input 5 ogin:
  36. if success output helios\13
  37. input 5 sword:
  38. if success output \m(netpass)\13
  39. connect
  40. -- 
  41. David Nichols  <helios@netcom.com>  Heliotrope Quality Systems